home *** CD-ROM | disk | FTP | other *** search
/ OK PC 32 / OK PC 32.zip / OK PC 32 - Ishar & Demos (III-95) / OKPC32.iso / teddy / setup.bat < prev    next >
DOS Batch File  |  1995-01-30  |  362b  |  15 lines

  1. @echo off
  2. cls
  3. echo *** Setup for sound driver cards ***
  4. echo This procedure requires two phases:
  5. echo 1 - Selecting a driver for the voice channel.
  6. echo 2 - Selecting a driver for the midi channel.
  7. echo.
  8. pause
  9. if exist soundrv.com del soundrv.com>nul
  10. setd
  11. if exist midpak.com del midpak.com>nul
  12. setm
  13. cls
  14. echo Setup is completed. Type TEDDY to run.
  15.